Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | /* |
||
10 | create: function(title, message){ |
||
11 | var opt = { |
||
12 | type: "basic", |
||
13 | title: title, |
||
14 | message: message, |
||
15 | iconUrl: "icons/icon32.png" |
||
16 | }; |
||
17 | return API.api.notifications.create('PiCast', opt, function(id) { console.log("Last error:", chrome.runtime.lastError); }); |
||
18 | }, |
||
19 | update: API.api.notifications.update, |
||
41 | }; |